-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
query.Executer.QueryResultSet
now returns query.ClosableResultSet
#1434
Conversation
github.com/ydb-platform/ydb-go-sdk/v3/queryincompatible changesClient.QueryResultSet: changed from func(context.Context, string, ...github.com/ydb-platform/ydb-go-sdk/v3/internal/query/options.Execute) (github.com/ydb-platform/ydb-go-sdk/v3/internal/query/result.Set, error) to func(context.Context, string, ...github.com/ydb-platform/ydb-go-sdk/v3/internal/query/options.Execute) (github.com/ydb-platform/ydb-go-sdk/v3/internal/query/result.ClosableResultSet, error) compatible changesClosableResultSet: added summaryBase version: v3.77.2-0.20240904125700-8492468dd24f (master) |
6eb9e4d
to
f04fd6a
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1434 +/- ##
==========================================
- Coverage 67.32% 67.20% -0.13%
==========================================
Files 351 350 -1
Lines 36511 36515 +4
==========================================
- Hits 24582 24539 -43
- Misses 10837 10867 +30
- Partials 1092 1109 +17
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
🌋 Here are results of SLO test for Native ydb-go-sdk/v3 over table-service: |
🌋 Here are results of SLO test for Go SDK database/sql: |
🌋 Here are results of SLO test for Native ydb-go-sdk/v3 over query-service: |
🌋 Here are results of SLO test for Native ydb-go-sdk/v3 over query-service with session pool: |
🌋 Here are results of SLO test for Go SDK gorm: |
🌋 Here are results of SLO test for Go SDK xorm: |
9c2db0c
to
6c9b419
Compare
6c9b419
to
8f72116
Compare
8f72116
to
75b64a2
Compare
query.Executer.QueryResultSet
now returns query.resultSetWithClose
query.Executer.QueryResultSet
now returns query.ClosableResultSet
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Other information